home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / hc / flash.sit / Flash Cards / background_8337.txt < prev    next >
Text File  |  1988-11-26  |  3KB  |  150 lines

  1. -- background: 8337 from stack: in
  2. -- bmap block id: 14643
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Set 3
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=17 top=72 right=143 bottom=304
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 251
  16. -- text size: 48
  17. -- style flags: 0
  18. -- line height: 64
  19. -- part name: Word
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 80
  24. -- high flags: 0000
  25. -- rect: left=17 top=182 right=224 bottom=304
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 251
  30. -- text size: 28
  31. -- style flags: 0
  32. -- line height: 37
  33. -- part name: Hint
  34.  
  35.  
  36. -- part 3 (button)
  37. -- low flags: 00
  38. -- high flags: 2000
  39. -- rect: left=14 top=29 right=63 bottom=53
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 1016 / 1016
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: Prev
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   hide field Hint
  51.   go to previous card
  52. end mouseUp
  53.  
  54.  
  55. -- part 4 (button)
  56. -- low flags: 00
  57. -- high flags: 2000
  58. -- rect: left=137 top=29 right=67 bottom=178
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 20098 / 20098
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: Home
  67. ----- HyperTalk script -----
  68. on mouseUp
  69.   visual effect iris close
  70.   go home
  71. end mouseUp
  72.  
  73.  
  74.  
  75. -- part 5 (button)
  76. -- low flags: 00
  77. -- high flags: 2000
  78. -- rect: left=267 top=29 right=63 bottom=306
  79. -- title width / last selected line: 0
  80. -- icon id / first selected line: 32650 / 32650
  81. -- text alignment: 1
  82. -- font id: 0
  83. -- text size: 12
  84. -- style flags: 0
  85. -- line height: 16
  86. -- part name: Next
  87. ----- HyperTalk script -----
  88. on mouseUp
  89.   hide field Hint
  90.   go to next card
  91. end mouseUp
  92.  
  93.  
  94. -- part 6 (button)
  95. -- low flags: 00
  96. -- high flags: A003
  97. -- rect: left=129 top=305 right=326 bottom=190
  98. -- title width / last selected line: 0
  99. -- icon id / first selected line: 0 / 0
  100. -- text alignment: 1
  101. -- font id: 0
  102. -- text size: 12
  103. -- style flags: 0
  104. -- line height: 16
  105. -- part name: Hint
  106. ----- HyperTalk script -----
  107. on mouseUp
  108.   play "Boing"
  109.   show field Hint
  110. end mouseUp
  111.  
  112.  
  113.  
  114. -- part 7 (button)
  115. -- low flags: 00
  116. -- high flags: 0000
  117. -- rect: left=311 top=28 right=332 bottom=495
  118. -- title width / last selected line: 0
  119. -- icon id / first selected line: 0 / 0
  120. -- text alignment: 1
  121. -- font id: 0
  122. -- text size: 12
  123. -- style flags: 0
  124. -- line height: 16
  125. -- part name: Wrong Answer
  126. ----- HyperTalk script -----
  127. on mouseUp
  128.   play "boing"
  129. end mouseUp
  130.  
  131.  
  132.  
  133. -- part 8 (button)
  134. -- low flags: 00
  135. -- high flags: 2000
  136. -- rect: left=15 top=300 right=329 bottom=53
  137. -- title width / last selected line: 0
  138. -- icon id / first selected line: 5472 / 5472
  139. -- text alignment: 1
  140. -- font id: 0
  141. -- text size: 12
  142. -- style flags: 0
  143. -- line height: 16
  144. -- part name: First
  145. ----- HyperTalk script -----
  146. on mouseUp
  147.   go to card "TOP"
  148. end mouseUp
  149.  
  150.